/*
*Owl Carousel Owl Demo Theme
*www.sucaijiayuan.com
*/

.owl-theme .owl-controls{ width:100%; text-align:center; display:none;}
/* Styling Next and Prev buttons*/




.owl-buttons{position:absolute; width:100%; top:50%; margin-top:-19px; height: 38px;left:0px;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF; position:absolute; font-size:0px; display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ width:22px; height:38px;}
.owl-prev{background: url(../images/sy_jt_d.png) no-repeat; background-size:100% 100%; left:-40px; }
.owl-next{background: url(../images/sy_jt_d.png) no-repeat; background-size:100% 100%; transform: rotate(180deg); right:-40px; }


/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ }

.owl-theme .owl-controls .owl-page span{display: block;width:9px; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; height:9px;margin:0px 4px; background:#ffffff; }



.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{background:#572716;}

/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
/* preloading images*/
.owl-item.loading{min-height: 150px;background: url(../images/AjaxLoader.gif) no-repeat center center}